All Questions
1 question
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
7votes
2answers
3kviews
How to populate Lazy object from database
I have these classes: public class Order { private Lazy<IEnumerable<Volume>> _volumes; long ID { get; private set; } string Description { get; private set; } IEnumerable&...
- The Overflow Blog
- Featured on Meta
Related Tags
c# × 1
Hot Network Questions
- What is "Induced Atmospheric Vibration"?
- What is the spell attack modifier for this casterless Bigby's Hand spell from the Waterdeep: Dungeon of the Mad Mage published adventure?
- Contact Record, Tab order
- Finding the generators of the fundamental group of a one skeleton of a CW complex
- Can the irrationals be partitioned into dense, disjoint subsets?
- What is the fastest playable race?
- Doubt regarding center of mass of a cone
- Why isn't a misfiled attorney-client memo fair game for use in a trial?
- What are 'induced atmospheric variations', and how do they cause grid desynchronization? (Current Spain-wide power outage)
- Why Linux read() avoids using full 2 GiB in one call
- Naming app entities after DB tables
- Can a darkmantle willingly detach?
- What is the drawback of always generating passphrases for the user?
- What is the difference between a minority government and a coalition government?
- Is it always valid to use correlation for feature selection?
- Annotating intentional infinite loop to satisfy "-fanalyzer"
- Children and aliens grow up together
- How could technological development be significantly accelerated without a major war?
- How to convincingly erase a population's memory?
- Are the 144000 virgins who accompany the lamb wherever he goes Christians?
- Is there a method to check the total size of many unzipped archives at once?
- Word for the behaviour of those small fish that swim alongside whales or sharks
- How to identify which USB device is failing
- How to find and replace single characters on either side a pair of variable numbers in Notepad++?